From c855faa3165214a83b1340331be43bad9addf6ec Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sun, 24 Jan 2021 13:57:47 +0000 Subject: [PATCH] Use applications provided by Debian packages. Forwarded: not-needed Last-Update: 2021-01-01 In particular: * gfanInterface - fig2dev * Posets - xdg-open for default pdf viewer Gbp-Pq: Name use-debian-applications.patch --- M2/Macaulay2/packages/Posets.m2 | 2 +- M2/Macaulay2/packages/gfanInterface.m2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/M2/Macaulay2/packages/Posets.m2 b/M2/Macaulay2/packages/Posets.m2 index 2b82d27..0b6eb99 100644 --- a/M2/Macaulay2/packages/Posets.m2 +++ b/M2/Macaulay2/packages/Posets.m2 @@ -21,7 +21,7 @@ newPackage select(( Headline => "partially ordered sets (posets)", Keywords => {"Combinatorics"}, Configuration => { - "DefaultPDFViewer" => "open", -- "open" for Macs and "evince" for Linux + "DefaultPDFViewer" => "xdg-open", -- "open" for Macs and "evince" for Linux "DefaultPrecompute" => true, "DefaultSuppressLabels" => true }, diff --git a/M2/Macaulay2/packages/gfanInterface.m2 b/M2/Macaulay2/packages/gfanInterface.m2 index eccd781..866d7a7 100644 --- a/M2/Macaulay2/packages/gfanInterface.m2 +++ b/M2/Macaulay2/packages/gfanInterface.m2 @@ -15,7 +15,7 @@ newPackage( Keywords => {"Interfaces"}, Configuration => { "path" => "", - "fig2devpath" => "", + "fig2devpath" => "/usr/bin/", "keepfiles" => true, "verbose" => false, "cachePolyhedralOutput" => true -- 2.30.2